Welcome![Sign In][Sign Up]
Location:
Search - maximum matching

Search list

[MultiLanguageChinese_wordspliter

Description: 使用正向最大匹配法的中文分词器 分别读入待分词文本文件及字典文件后,将经处理后的结果输出至另一文件予以保存。所用待分词文件样例约有字符184万个,处理时间在11s左右。程序使用C++语言编写。-Using the forward maximum matching device of Chinese words segmentation, respectively, to be read into the text file and dictionary file, the result will be treated to save the output to another file. Word documents to be used in sub-sample of about 1.84 million characters, the processing time in the 11s or so. Program uses C++ language.
Platform: | Size: 165888 | Author: aptiva0985 | Hits:

[Data structschuanpipei

Description: 串的最大匹配算法的新思路,课本上讲解的都是KMP算法-Maximum matching algorithm string of new ideas, textbooks are all on the KMP algorithm to explain
Platform: | Size: 28672 | Author: 离子 | Hits:

[matlabhungarian

Description: 匈牙利算法 求解最大匹配问题 s为最佳匹配的总权值 e(:,[1,2])为匹配的两点,e(:,3)为各匹配的权-Hungarian algorithm to solve the maximum matching problem s is the best match of the total weight e (:, [1,2]) to match the two points, e (:, 3) for the right match
Platform: | Size: 2048 | Author: when | Hits:

[matlabmax_matching

Description: 寻找给定完全赋权图的最大匹配源程序的matlab实现-Given complete weighted graph to find the maximum matching matlab source code to achieve
Platform: | Size: 1024 | Author: meng | Hits:

[Data structsMax_match_algorithm

Description: 前向最大匹配算法,包括对西文字符和中文标点的正确处理,在vs2010下编写-Prior to the maximum matching algorithm, including Western and Chinese punctuation characters in the proper handling, prepared in vs2010
Platform: | Size: 2972672 | Author: wk | Hits:

[Data structsWordSegment

Description: 用C++开发的分词系统 运用基于哈希的逆向最大匹配算法 基于词典-Word in C development system uses a hash-based reverse maximum matching algorithm is based on dictionary
Platform: | Size: 334848 | Author: zhuangkun | Hits:

[OS programfreqci2009

Description: 是一个自动分词软件,采用正向最大匹配法,文档解压后可以直接使用,内附有源代码。-An automatic segmentation software, using the forward maximum matching method, the document can be used directly after decompression included the source code.
Platform: | Size: 5081088 | Author: 刘艳文 | Hits:

[ADO-ODBCworddiv

Description: 中文分词算法,用正向最大匹配算法实现的中文分词,包裹dao操作数据库。-Chinese word segmentation algorithm, the forward maximum matching algorithm of Chinese word segmentation, wrapped dao operations database.
Platform: | Size: 83968 | Author: 刘嘉 | Hits:

[Windows DevelopWordSeg

Description: 此系统是用MFC编写的正向最大匹配的汉语分词系统,代码详尽,经本人调试能运行且正确。-The system is written in MFC forward maximum matching Chinese word segmentation system, a detailed source, I debug run and correct.
Platform: | Size: 16115712 | Author: 高伟娜 | Hits:

[Otherhungrian

Description: 匈牙利算法的源代码,可以解决二分图的最大匹配问题-Hungarian algorithm source code, can solve the maximum matching problem for bipartite graphs
Platform: | Size: 1024 | Author: Niker | Hits:

[Windows DevelopRkeyword-choue

Description: 基于逆向最大匹配算法的分词及基于HMM模型的词性标注系统,包括了未登登录词的识别、数据库的添加等内容。(需要手动修改数据库的路径才可以运行) -Based on the segmentation of the reverse maximum matching algorithm and the HMM-based POS tagging system, including unadvertised login word recognition, and add the database content. (Need to manually modify the database path can run)
Platform: | Size: 1262592 | Author: geli | Hits:

[MultiLanguageMyAnalyzer

Description: 简单的中文分词及敏感词检索工具,其中可以任意添加敏感词,并且可以选择使用正向最大匹配算法,逆向最大匹配算法,双向最大匹配算法中的一种进行分词。-Simple Chinese word and sensitive word retrieval tool, which can add any sensitive words, and you can choose to use the forward maximum matching algorithm, reverse maximum matching algorithm, a two-way matching algorithm for segmentation.
Platform: | Size: 1326080 | Author: | Hits:

[Data structshxsfPzdpp

Description: 核心算法和最大匹配,对于数据结构的学习较有帮助-Core algorithm and the maximum matching, for the data structure of the study more
Platform: | Size: 2203648 | Author: 刘佳霖 | Hits:

[JSP/Javasearch_engine

Description: 搜索引擎课程的几次作业,第一次作业实现分词算法,使用正向最大匹配原则。第二次作业实现倒排索引。第三次作业实现正排索引。第四次作业实现索引功能。实现的比较简单,但均可正常运行。-Several job search engine programs, the first job segmentation algorithm, using forward maximum matching principle. The second job inverted index. The third job to achieve positive index. Fourth job index function. Relatively simple to achieve, but can be normal operation.
Platform: | Size: 172032 | Author: 张明 | Hits:

[JSP/JavaCutWords

Description: 正向最大匹配实现的分词程序,有注释,清晰易懂-Positive maximum matching realize word segmentation procedure, have comments, transparent
Platform: | Size: 982016 | Author: shyboy | Hits:

[JSP/JavaWordSequence

Description: 正向最大匹配法实现中文分词,并计算其正确率(P)、召回率(R)和F测度-Positive maximum matching method to realize the Chinese word segmentation
Platform: | Size: 1024 | Author: 董磊 | Hits:

[Software Engineeringfencizf

Description: 基于java编程,采用最大匹配算法实现简单的中文分词,并过滤停用词-The maximum matching algorithm based on java programming, simple Chinese word segmentation and filtering stop words
Platform: | Size: 736256 | Author: 赵飞 | Hits:

[JSP/JavaCnFenci(0)

Description: 基于字典的分词,采用正向最大匹配和反向最小匹配相结合。-Forward maximum matching and reverse the minimum matching combination of dictionary-based segmentation.
Platform: | Size: 3122176 | Author: 钟锋 | Hits:

[File Formatxiongyali

Description: 匈牙利匹配算法,利用匈牙利匹配算法,解决图论中的最大匹配问题,-Hungarian matching algorithm using Hungarian matching algorithm to solve the maximum matching problem in graph theory,
Platform: | Size: 4096 | Author: 王欢 | Hits:

[Othersegment

Description: 用最大匹配法对汉语进行自动分词 seg.py 分词的实现 accuracy.py 分词性能评估 PD_1998_01_POS.txt ”人民日报“语料库-Automatically the word seg.py segmentation achieve maximum matching of Chinese accuracy.py word performance assessment PD_1998_01_POS.txt " People' s Daily" Corpus
Platform: | Size: 2825216 | Author: 高圆圆 | Hits:
« 1 2 3 4 56 7 8 9 10 11 12 »

CodeBus www.codebus.net